Skip to content

remove 26.05 RC doc references#2214

Merged
kheiss-uwzoo merged 4 commits into
NVIDIA:26.05from
kheiss-uwzoo:docs/nrl-ga-pypi-pin-26.05
Jun 8, 2026
Merged

remove 26.05 RC doc references#2214
kheiss-uwzoo merged 4 commits into
NVIDIA:26.05from
kheiss-uwzoo:docs/nrl-ga-pypi-pin-26.05

Conversation

@kheiss-uwzoo

Copy link
Copy Markdown
Collaborator

Summary

Backport of #2213 to the 26.05 release branch — same GA doc updates:

  • nemo_retriever/README.md install pins → 26.5.0
  • Helm air-gap mirroring example → 26.5.0
  • Repo README.md — GA wording instead of RC build tags
  • docs/docs/extraction/releasenotes.md — GA PyPI/Helm pin guidance (quickstart link targets this branch)

Test plan

Replace stale 26.05-RC1 install examples in the library README and Helm air-gap section now that 26.5.0 is published on PyPI.
Update the repo README and release notes for GA PyPI/Helm coordinates; library quickstart and Helm air-gap examples were already pinned to 26.5.0.
@kheiss-uwzoo kheiss-uwzoo requested review from a team as code owners June 5, 2026 22:48
@kheiss-uwzoo kheiss-uwzoo requested review from nkmcalli and removed request for a team June 5, 2026 22:48
@greptile-apps

greptile-apps Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR backports GA release documentation updates from main (#2213) to the 26.05 branch, replacing all RC build tag references (26.05-RC1) with the GA version string 26.5.0 and updating the repo-level README to reflect the stable release.

  • nemo_retriever/README.md: All three install pin examples updated to nemo-retriever==26.5.0 (local GPU, remote NIM, nemotron-parse).
  • nemo_retriever/helm/README.md: Air-gap mirroring section updated to reference 26.5.0 instead of 26.05-RC1.
  • README.md: Branch description now says "GA PyPI and Helm chart version 26.5.0" instead of the RC tag wording.
  • docs/docs/extraction/releasenotes.md: Added a GA PyPI install bullet with a quickstart link targeting the 26.05 branch.

Confidence Score: 5/5

Documentation-only change swapping RC version strings for GA; no code logic is affected and all four files are updated consistently.

All changes are mechanical version string replacements in Markdown files. Every occurrence of 26.05-RC1 has been updated to 26.5.0, the repo-level README wording is consistent, and the new quickstart link in the release notes correctly targets the 26.05 branch rather than main.

No files require special attention.

Important Files Changed

Filename Overview
README.md Updated the 26.05 branch description from RC build tag wording to GA release wording with version 26.5.0.
docs/docs/extraction/releasenotes.md Added a GA PyPI install bullet for nemo-retriever==26.5.0 with a quickstart link targeting the 26.05 branch.
nemo_retriever/README.md Updated all three install pin examples from 26.05-RC1 to 26.5.0 (local GPU, remote NIM, and nemotron-parse extras).
nemo_retriever/helm/README.md Updated the air-gap mirroring section example tag reference from 26.05-RC1 to 26.5.0.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[26.05 branch docs] --> B{Version string}
    B -->|Before| C["26.05-RC1"]
    B -->|After| D["26.5.0 (GA)"]
    D --> E[README.md]
    D --> F[nemo_retriever/README.md\n3 install examples]
    D --> G[nemo_retriever/helm/README.md\nAir-gap section]
    D --> H[docs/docs/extraction/releasenotes.md\nGA PyPI bullet added]
Loading

Reviews (2): Last reviewed commit: "docs(nrl): revert optional Helm chart pi..." | Re-trigger Greptile

Keep the upgrade sentence as a link to the Helm README only; GA install pins remain in the library quickstart and packaging section.
@kheiss-uwzoo kheiss-uwzoo changed the title docs(nrl): GA 26.5.0 install pins; remove 26.05 RC doc references remove 26.05 RC doc references Jun 5, 2026
@kheiss-uwzoo kheiss-uwzoo added the doc Improvements or additions to documentation label Jun 5, 2026
@kheiss-uwzoo kheiss-uwzoo merged commit b638e34 into NVIDIA:26.05 Jun 8, 2026
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant